In This Topic
Sets a value indicating whether all the widgets the same export value in the same radio button group should be selected.
If set, a group of radio buttons within a radio button field that use the same export value will turn on and off in unison; that is if one is checked, they are all checked. If clear, the buttons are mutually exclusive.
Syntax
public void setRadiosInUnison(
boolean
)
|
Parameters
- value
- True if a group of radio buttons widgets within a radio button field that use the same export value will turn on and off in unison.
See Also